home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 2 / The Arsenal Files 2 (Arsenal Computer).ISO / os2 / t211bc1.exe / BASECSD.DOC < prev    next >
Encoding:
Text File  |  1994-05-19  |  15.2 KB  |  484 lines

  1.  
  2.          *************************************
  3.          *UB10718 CORRECTIVE SERVICE DISKETTE*
  4.          *************************************
  5.  
  6.   TCP/IP 2.1.1 for DOS Base Kit Corrective Service Diskette Information
  7.  
  8.  
  9.  
  10.      This BASCSD.DOC file for the corrective service diskette (CSD)
  11.      reflects new and changed functions for TCP/IP 2.1.1 for DOS, as
  12.      well as APAR fixes, provided in PTF UB10718.
  13.  
  14.  
  15.   1.1  Installing this CSD
  16.  
  17.  
  18.      To install this CSD from a diskette at your workstation, insert the
  19.      diskette into your A: drive and make your A: drive your current drive:
  20.  
  21.              C:> A:
  22.  
  23.      Now enter the TCPCSD command:
  24.  
  25.              A:> TCPCSD
  26.  
  27.  
  28.   1.2  Obtaining CSDs
  29.  
  30.      This and future CSDs for this product may be obtained electronically
  31.      from the following sources.  From outside IBM, you can get CSDs:
  32.  
  33.  
  34.      1.  With anonymous FTP from SOFTWARE.WATSON.IBM.COM
  35.  
  36.          Look in the pub\tcpip\dos directory
  37.  
  38.      2.  From the NCSBBS bulletin board at 1-919-517-0001
  39.  
  40.          Set your modem settings to: none,8,1
  41.  
  42.      From inside IBM, you can get CSDs:
  43.  
  44.  
  45.      1.  With anonymous FTP from SOFTWARE.TCP.RALEIGH.IBM.COM
  46.  
  47.          Look in the pub\dos\v211\csds directory
  48.  
  49.      2.  From the DOSCSD disk
  50.  
  51.      3.  Using "REQUEST tcp211cb PACKAGE FROM DOSTCPIP AT RALVM12"
  52.  
  53.  
  54.          *************************************************
  55.          *UB10718 CORRECTIVE SERVICE DISKETTE STARTS HERE*
  56.          *************************************************
  57.  
  58.   2.0 Functional Changes
  59.  
  60.      This section describes new and changed functions contained
  61.      in this CSD.
  62.  
  63.   2.1 BOOTP
  64.  
  65.      The BOOTP command now has a -w switch to let you specify a
  66.      timeout period.
  67.  
  68.  
  69.                          ┌─ -w 20───┐
  70.      >>──BOOTP──┬─────┬──┼──────────┼── interface──────────────><
  71.                 ├─ -e─┤  └─ -w secs─┘
  72.                 └─ -t─┘
  73.  
  74.  
  75.  
  76.      -w              Defines the number of seconds that the BOOTP command
  77.                      will wait for a response from the BOOTP server.  If
  78.                      you omit this operand, the default is 20 seconds.
  79.                      You can enter an integer in the range 1 through 600
  80.                      representing the number of seconds.
  81.  
  82.                      When you issue the command, BOOTP sends the request to
  83.                      its server and waits this specified number of seconds
  84.                      for a response.  If it receives none, it tries up to
  85.                      two more times, each time waiting for the specified
  86.                      number of seconds.  If it does not receive a response
  87.                      after that, the command ends.
  88.  
  89.      Also, you can now use CUSTOM to specify whether you want to enable your
  90.      NDIS, ODI, or SLIP interface using BOOTP.  If you select "Enable with
  91.      BOOTP" on either the NDIS Interfaces or ODI Interfaces windows, you need
  92.      only specify which interface is to be enabled.  The IP address and
  93.      subnet mask are supplied by BOOTP.  If you select "Enable with BOOTP"
  94.      on the SLIP Interfaces window, you need only specify the communication
  95.      port and the modem speed to be used.  The IP address and destination
  96.      address are supplied by BOOTP.
  97.  
  98.  
  99.   2.2  FTP Command
  100.  
  101.      2.2.1  SHOW Subcommand
  102.  
  103.      The FTP command has a new subcommand.  The SHOW subcommand
  104.      displays the contents of the selected file.
  105.  
  106.            SHOW filename.extension
  107.  
  108.      Example:
  109.  
  110.            SHOW MYFILE.TXT
  111.  
  112.      This subcommand displays screens full of the named file.
  113.      When the screen is full, press any key to see the next
  114.      screen.
  115.  
  116.      2.2.2  RCMD (RC) Subcommand
  117.  
  118.      The RCMD subcommand executes a command on a remote host.
  119.      Only output from the command that is sent to STDOUT is seen.
  120.      (This command is not recognized by all FTP servers.)
  121.  
  122.               RCMD command
  123.  
  124.      Example:
  125.  
  126.               RCMD BATFILE
  127.  
  128.      Warning: Use this command with caution.  If an error condition
  129.      occurs, the FTP server may hang and be unable to accept FTP
  130.      connections.
  131.  
  132.      2.2.3 Keepdate Options
  133.  
  134.       When you get a file from an FTP server, the FTP command now lets you
  135.       keep the file date as it was set on the server rather than changing the
  136.       file date to the current date. You can set this option in several ways:
  137.       from the command line, with the toggle subcommand, with the keepdate
  138.       subcommand, or in the profile.
  139.  
  140.       NOTE: If the original date cannot be preserved, FTP displays a message.
  141.  
  142.       2.2.3.1 Using the /k Switch
  143.  
  144.       On the command line, you can use the -k switch to set the keepdate
  145.       function on:
  146.  
  147.          FTP /k
  148.  
  149.       2.2.3.2 The keepdate Subcommand
  150.  
  151.       After you start FTP, you can toggle the keepdate function on or off with
  152.       the keepdate subcommand.  Each time you issue the keepdate subcommand, FTP
  153.       toggles the /k flag on of off.
  154.  
  155.  
  156.       2.2.3.3 The toggle Subcommand
  157.  
  158.       After you start FTP, you can set the keepdate function on or off with
  159.       the toggle subcommand:
  160.  
  161.          toggle k
  162.  
  163.       This command toggles the keepdate function on and off.
  164.  
  165.       2.2.3.4 In the TCPDOS.INI File
  166.  
  167.       You can set the default value for the keepdate function in the [FTP]
  168.       stanza in the TCPDOS.INI file.  Set the keepdate option to 1 or to 0:
  169.  
  170.           keepdate=n    can be 0 (off) or 1 (on)
  171.  
  172.  
  173.       2.2.3.5 Status Information
  174.  
  175.       When you issue the status subcommand, the status of the keepdate  switch
  176.       is reported like this:
  177.  
  178.           Keep remote file date: on
  179.  
  180.         or
  181.  
  182.           Keep remote file date: off
  183.  
  184.  
  185.   2.3  WTELNET
  186.  
  187.      2.3.1 Trace Option
  188.  
  189.      There is now a built-in trace option from the OPEN SESSION
  190.      icon on the main menu.
  191.  
  192.      2.3.2 PF Key Mappings
  193.  
  194.  
  195.      The function sequences defined for PF13 - PF20 when remapped
  196.      by SETTERM have been corrected for WTELNET ANSI emulation.
  197.      Previously, attempting to remap a key to the PF13 function
  198.      resulted in it being remapped to the PF11 function sequence.
  199.      Remapping PF14 resulted in the key being remapped to the
  200.      sequence represented by PF12. This has been corrected.
  201.      In addition, PF21 and PF22 are no longer valid remapping values
  202.      for WTELNET ANSI. They are not defined by the VT220
  203.      specification.
  204.  
  205.      The default key values for WTELNET ANSI are unchanged.
  206.  
  207.  
  208.   2.4  WMAIL
  209.  
  210.      2.4.1  Signature File
  211.  
  212.      You can add a signature file at the end of outgoing
  213.      mail.  A new menu item is added to the main window.
  214.  
  215.      2.4.2  External Gateway Support
  216.  
  217.      You can enclose a note within a note to send mail through
  218.      secure gateways.
  219.  
  220.      2.4.3  Multiple POP Servers and POP/3 Servers
  221.  
  222.      You can use more than one POP server during a single
  223.      WMAIL session.  WMAIL now also supports the POP/3 protocol.
  224.  
  225.      2.4.4  Send Options Dialog
  226.  
  227.      A Send Options dialog asks you whether to save a copy of
  228.      the outgoing mail, and into which folder to save it.
  229.  
  230.      2.4.5  Groups List Enhancements
  231.  
  232.      You can now use nicknames that have embedded spaces in
  233.      the Groups List.
  234.  
  235.      2.4.6  SMTP
  236.  
  237.      You can set your username and "reply-to" field in an SMTP
  238.      dialog box, as well as set the SMTP server feature on and
  239.      off.
  240.  
  241.      2.4.7  Reply to Mail
  242.  
  243.      When viewing a piece of mail, you can reply to the
  244.      sender by selecting Reply from the Mail menu.
  245.      The reply options are:
  246.             Reply to sender
  247.             Reply with attachments
  248.             Forward
  249.  
  250.      2.4.8  Unattach File
  251.  
  252.      Mail that you receive can have an attached file.  Use the
  253.      Unattach File option to separate the file from the mail.
  254.  
  255.      2.4.9  View Header
  256.  
  257.      Use the View header push button while reading a note to
  258.      view the mail header.
  259.  
  260.   2.5  PING and WPING
  261.  
  262.      The default packet size for PING and WPING is 64 bytes.
  263.  
  264.   2.6  ODI Example
  265.  
  266.      If you are trying to connect to a Novell Netware file server
  267.      using TCP/IP 2.1.1 for DOS, try adding this to your NET.CFG
  268.      file.
  269.  
  270.          protocol tcpip
  271.               bind TOKEN
  272.  
  273.          protocol ipx
  274.               bind TOKEN
  275.  
  276.          link support
  277.               buffers 8 1920
  278.  
  279.          link driver token
  280.               max frame size 1536
  281.               frame token-ring_snap
  282.               frame token-ring
  283.               protocol arp 806 token-ring_snap
  284.               protocol ip 800 token-ring_snap
  285.               protocol ipx E0 token-ring
  286.  
  287.  
  288.   2.7  SLIP Changes
  289.  
  290.       2.7.1  SLIP VJ Compression
  291.  
  292.       SLIP VJ Compression is unavailable in this release.
  293.       If you set VJ Compression, it will be ignored.
  294.  
  295.       2.7.2  SLIP FIFO Size
  296.  
  297.       You can now set the SLIP transmit and receive buffer threshold
  298.       values in the SLIP stanza of TCPDOS.INI. The format of this
  299.       new parameter is:
  300.  
  301.       SLIP.x.FIFO=f
  302.  
  303.       where:
  304.  
  305.        x is the SLIP interface (0, 1, ...)
  306.  
  307.        f is the value to set as the transmit/receive threshold level
  308.  
  309.       The valid values for f are 1, 4, 8, or 14.  If you specify an
  310.       invalid value, or if a type 1 UART is detected, the value 1
  311.       is used.
  312.  
  313.       Note: This parameter is valid for type 2 UARTs only.
  314.  
  315.       Example:
  316.  
  317.       To set SLIP interface 1 to a threshold value of 14, code
  318.       this in the SLIP stanza.
  319.  
  320.       slip.1.fifo=14
  321.  
  322.       This threshold value is used to determine the number of
  323.       characters that can be stored in the transmit or receive
  324.       buffers in the UART chip on the adapter.  When the
  325.       transmit or receive buffer reaches its threshold value, the
  326.       UART signals the SLIP program to read or write the buffer.
  327.       For example, if you specify a value of 14, the UART will
  328.       cause an interrupt after it has transmitted or received 14
  329.       characters.
  330.  
  331.       You can improve the performance of some workstations by
  332.       setting this value high enough to reduce the number of
  333.       serial communications interrupts.
  334.  
  335.   2.8  LPR Print Parameters
  336.  
  337.      To define print parameters, add the following lines to
  338.      your TCPDOS.INI file:
  339.  
  340.         [lpr]
  341.         lpr.printer=printer
  342.         lpr.server=print_server
  343.         lpr.user=userid
  344.  
  345.       where:
  346.  
  347.         printer
  348.               Identifies the print queue to be used.
  349.  
  350.          printer_server
  351.               Identifies the print server to be used.
  352.  
  353.          userid
  354.               Identifies the user.  This information is printed on
  355.               the banner page.
  356.  
  357.   2.9  SMC Device Drivers
  358.  
  359.       If you are using the SMC device drivers shipped with this
  360.       product, please review SMC's terms and conditions for use
  361.       of the their device drivers.  This information can be found
  362.       in the SMCREL.DOC file in the \TCPDOS\DOC sub directory.
  363.  
  364.   2.10  MTU Size
  365.  
  366.       A new parameter (mtu xxxx) has been added to ifconfig.  It
  367.       allows you to change the MTU size for your adapter.
  368.  
  369.       >>──IFCONFIG──interface──mtu──value───────────────────────><
  370.  
  371.       interface       Specify which interface.
  372.  
  373.       MTU value       Enter the characters MTU followed by the
  374.                       new value for the MTU size.
  375.  
  376.       To determine the MTU size for your adapter, issue the following
  377.       command:
  378.  
  379.         netstat -ian
  380.  
  381.       The following is a partial print out of the "netstat -ian"
  382.       query.
  383.  
  384.  Name  Mtu   Network     Address            Ipkts Ierrs    Opkts Oerrs  Coll
  385.  nd0   2000  9.67.96     9.67.111.181       24870     0     1643     0     0
  386.  
  387.       In this example, the MTU size for the nd0 adapter is 2000 bytes.
  388.       To change the MTU size for nd0 to 1500 bytes, issue the following
  389.       command:
  390.  
  391.         ifconfig nd0 mtu 1500
  392.  
  393.       You can now run "netstat -ian" again to verify that the MTU
  394.       size has been changed.
  395.  
  396.       The MTU size defaults to the maximum MTU size that the adapter
  397.       supports.
  398.  
  399.  
  400.   2.11  WFTP Changes
  401.  
  402.       2.11.1 Rename Window
  403.  
  404.       On the Rename window, the No pushbutton has been changed to No Rename.
  405.  
  406.       2.11.2 Delete Window
  407.  
  408.       On the Delete window, the Deselect and Cancel pushbuttons are new.
  409.  
  410.       2.11.3 File Transfer Thermometer
  411.  
  412.       When you transfer files with WFTP, a thermometer graphic shows you
  413.       the progress of the transfer.
  414.  
  415.       2.11.4 MVS JES File Transfer
  416.  
  417.       The Configure Menu has an MVS JES File Format option.
  418.  
  419.       2.11.5 Status Line Scroll
  420.  
  421.       The Status Line now scrolls through the last 25 actions.
  422.  
  423.   2.12  SETTERM Changes
  424.  
  425.      SETTERM no longer allows remapping of PF21 or PF22 for VT220,
  426.      VT100, and ANSI.  PF21 and PF22 are not defined by the VT220
  427.      specification.  They can no longer be remapped.
  428.  
  429.   2.13  Changes in SYSTEM.INI
  430.  
  431.       If you are using TCPODI and Windows together, then you
  432.       MUST have the following entry in the Windows SYSTEM.INI file:
  433.  
  434.       [386enh]
  435.         timercriticalsection=10000
  436.  
  437.   2.14  ROUTED Shutdown
  438.  
  439.       If you autostart ROUTED, and then use TCPSTOP to shutdown
  440.       TCP/IP, TCPSTOP exits before completing the shutdown. You
  441.       must run TCPSTOP a second time to shutdown all TCP/IP
  442.       components.
  443.  
  444.  
  445.   3.0  APAR Fixes
  446.  
  447.  
  448.      The following is a list of APARs fixed in this CSD.
  449.  
  450.                       Modules
  451.          APAR         Changed      Fix
  452.      +------------+-------------+---------------------------------------+
  453.      | HB38102    | tn3270.exe  | Fixed: Reset key doesn't work.        |
  454.      +------------+-------------+---------------------------------------+
  455.      | HB40461    | wtelnet.exe | Fixed: VMS EVE editor -- vertical     |
  456.      |            |             | cursor positioning fails.             |
  457.      +------------+-------------+---------------------------------------+
  458.      | HB40861    | slip.exe    | Fixed: SLIP hangs.                    |
  459.      +------------+-------------+---------------------------------------+
  460.      | HB41125    | wtelnet.exe | Fixed: Coexistence problem with       |
  461.      |            | tcp437.fon  | PC/3270.                              |
  462.      |            | tcp850.fon  |                                       |
  463.      +------------+-------------+---------------------------------------+
  464.      | HB41192    |dala2101.boo | Fixed: Documentation error.           |
  465.      |            | wmail.exe   |                                       |
  466.      |            | wmail.hlp   |                                       |
  467.      +------------+-------------+---------------------------------------+
  468.      | HB41768    | wftpapi.dll | Fixed: Ramboost problem.              |
  469.      +------------+-------------+---------------------------------------+
  470.      | HB41858    |telnet.exe   | Fixed: NLS problem VT220 - some       |
  471.      |            |             | characters did not display.           |
  472.      +------------+-------------+---------------------------------------+
  473.      | HB42445    |telnet.exe   | Fixed: VT220 - 2 line scroll regions  |
  474.      |            |             | failed.                               |
  475.      +------------+-------------+---------------------------------------+
  476.      | HB43101    |wtelnet.exe  | VT220 - left/right scrolling failed.  |
  477.      |            |telnet.exe   |                                       |
  478.      +------------+-------------+---------------------------------------+
  479.  
  480.  
  481.  
  482.  
  483.  
  484.